body {
	background: #fff;
}


/*header*/

.header {
	position: fixed;
	width: 100%;
	z-index: 999;
	/* background: none;
    background: #090b1a; */
	transition: 0.5s;
}

.s-header,
.header:hover {
	background: #090b1a;
}

.header .search {
	display: none;
}


/*index-banner*/

.index-banner {
	min-width: 1200px;
}

.index-banner {
	background: url(../images/banner.jpg) no-repeat top center;
	position: relative;
}

.index-banner .s {
	padding: 230px 0 150px;
	position: relative;
	z-index: 100;
	text-align: center;
}

.index-banner h2 {
	font-size: 45px;
	line-height: 50px;
	color: #fff;
}

.index-banner h2 span {
	color: #fff;
}

.index-banner .mc {
	color: #fff;
	margin-left: 20px;
}

.index-banner h6 {
	padding-top: 20px;
	line-height: 30px;
	font-size: 18px;
	color: #ddd;
}

.index-slogan {
	position: relative;
	z-index: 10;
	padding-top: 10px;
	/* background: rgba(255,0,0,0.5); */
	background: rgba(220, 0, 0, 0.7);
}

.index-slogan .service-subject {
	float: left;
	width: 23%;
	padding: 0 1%;
}

.index-slogan .m {
	float: left;
	width: 100px;
	padding: 11px 0;
	margin-right: -25px;
	margin-left: 55px;
}

.index-slogan .m img {
	vertical-align: middle;
}

.index-slogan .title-sub {
	margin-top: 5px;
	line-height: 36px;
	font-size: 18px;
	color: #eee;
}

.title-sub span {
	font-size: 24px;
	color: #eee;
}

.index-slogan .des {
	font-size: 13px;
	color: #eee;
	line-height: 18px;
	height: 36px;
	overflow: hidden;
}


/*index-title*/

.index-title {
	text-align: center;
}

.index-title .title {
	font-size: 30px;
	line-height: 30px;
	color: #333;
}

.index-title .tips {
	font-size: 15px;
	line-height: 15px;
	color: #888;
}

.index-title .title-line {
	height: 20px;
}


/*index-service*/

.index-service {
	padding: 60px 0 10px 0;
	zoom: 1;
	min-width: 1200px;
}

.index-service-one {
	background: #f8f8f8;
	padding-bottom: 60px;
}

.index-service .s {
	padding-top: 50px;
}

.index-service .sub {
	margin-top: 20px;
	float: left;
	width: 20%;
	height: 220px;
	background: #fff;
	position: relative;
	transition: 0.3;
}

.index-service dl {
	padding: 15px;
}

.index-service dt {
	font-size: 20px;
	font-weight: 300;
	text-align: center;
}

.index-service dt {
	text-align: center;
	font-size: 20px;
	font-weight: 300;
	color: #555;
}

.index-service .des {
	height: 40px;
	line-height: 20px;
	padding: 0 15px;
	overflow: hidden;
	font-size: 13px;
	color: #646A75;
	text-align: center;
}

.index-service .m {
	padding: 20px 0;
	text-align: center;
}

.index-service .m img {
	height: 80px;
}

.index-service ul {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #0595C7;
	color: #fff;
	text-align: center;
	display: none;
}

.index-service .ul-s {
	padding: 15px;
}

.index-service ul h6 {
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 10px;
	color: #fff;
}

.index-service ul li {
	font-size: 13px;
	line-height: 24px;
	color: #fff;
}

.index-service .index2n {
	margin-top: 20px;
	height: 36px;
}

.index-service .index2n a {
	color: #fff;
	padding: 6px 25px;
	line-height: 36px;
	border-radius: 1px;
	border: 1px #FFF solid;
}

.index-service .index2n a:hover span {
	color: #0595c7;
}


/*index-case*/

.index-case {
	min-width: 1200px;
	padding: 80px 0;
	text-align: center;
	zoom: 1;
	/* background: red; */
	background: url(../images/case-bj.png) no-repeat bottom center;
	position: relative;
}

.index-case .title {
	color: #eee;
}

.index-case ul {
	padding: 40px 10px;
}


/* .index-case li { */


/* float: left; */


/* width: 21%; */


/* } */

.case_item li {
	float: left;
	width: 19%;
}

.case_content li {
	float: left;
	width: 25%;
}

.index-case li a {
	display: block;
	margin: 2px;
	position: relative;
	overflow: hidden;
}

.index-case li img {
	width: 100%;
	height: 192px;
	transition: 1s;
	-moz-transition: 1s;
	-webkit-transition: 1s;
	-o-transition: 1s;
	vertical-align: middle;
}

.index-case li img:hover {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.index-case li p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	line-height: 32px;
	height: 32px;
	overflow: hidden;
	background: url(../images/a.png);
}

.index-case li span {
	color: #fff;
	padding: 0 15px;
	text-decoration: none;
}

.index-case .more {
	display: block;
	margin: 0 auto;
	width: 130px;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	color: #eee;
	border: 1px #eee solid;
	border-radius: 3px;
}

.index-case .more span {
	color: #eee;
}

.index-case .more em {
	background: #0595C7;
}

.index-case .more:hover span {
	color: #fff;
}


/*index-customer*/

.index-customer {
	min-width: 1200px;
	padding: 60px 0 60px 0;
	background: #fff;
}

.customer-box {
	padding: 50px 150px 30px;
}

.customer-box .m {
	float: left;
	width: 130px;
	margin-right: 20px;
}

.customer-box .m img {
	width: 130px;
	height: 130px;
	border-radius: 50%;
}

.customer-box .big-title {
	height: 20px;
	line-height: 20px;
	font-size: 18px;
	color: #333;
}

.customer-box p {
	padding: 15px 0 10px;
	line-height: 22px;
	font-size: 14px;
	color: #777;
	max-height: 66px;
	overflow: hidden;
}

.customer-box .s-title {
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #999;
}

.customer-box .hd {
	text-align: center;
	padding: 20px 0 0;
}

.customer-box .hd li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 8px;
	height: 8px;
	margin: 0 3px;
	cursor: pointer;
	border: 1px #0590c7 solid;
	border-radius: 50%;
}

.customer-box .hd .on {
	background: #0595c7;
}


/*index-news*/

.index-news {
	min-width: 1200px;
	padding-top: 60px;
	background: #f8f8f8 url(../images/brand_bg.png) no-repeat center;
	border: 1px #f0f0f0 solid;
	border-width: 1px 0;
}

.index-news .s {
	padding-top: 40px;
}

.index-news .news-list {
	float: left;
	width: 400px;
}

.index-news .list-s {
	margin: 0 15px;
	background: #fff;
	border: 1px #f2f2f2 solid;
}

.index-news .m {
	position: relative;
}

.index-news .m p {
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	bottom: 0;
	text-align: center;
	line-height: 120px;
	font-size: 20px;
	background: rgba(0, 0, 0, 0.5);
	color: #eee;
}

.index-news .m img {
	width: 100%;
	height: 120px;
}

.index-news ul {
	padding: 10px 15px;
	box-sizing: border-box;
}

.index-news li {
	text-align: left;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size: 13px;
	padding-left: 10px;
	background: url(../images/lidot.gif) no-repeat left center;
}

.index-news li span {
	float: right;
	margin-left: 10px;
	font-size: 12px;
	color: #888;
}


/*index-partner*/

.index-partner {
	min-width: 1200px;
	padding: 60px 0;
	background: #fff;
}

.index-partner .s {
	padding: 50px 0 0;
}

.index-partner ul {
	padding: 0 10px;
}

.index-partner li {
	float: left;
	width: 20%;
}

.index-partner a {
	display: block;
	margin: 10px;
	height: 80px;
	border: 1px #ededed solid;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	transition: 0.5s;
}

.index-partner a:hover {
	border-color: #dcdcdc;
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
	filter: none;
}


/*index-contact*/

.index-contact {
	min-width: 1200px;
	padding: 45px 0;
	background-image: url(../images/contact-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center top;
	position: relative;
}

.index-contact .cover {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1;
}

.index-contact .s {
	position: relative;
	padding: 0 120px;
	z-index: 100;
}

.index-contact h6 {
	font-size: 30px;
	color: #fff;
	line-height: 40px;
}

.index-contact p {
	line-height: 50px;
	font-size: 18px;
	color: #eee;
}

.index-contact .btn {
	position: absolute;
	top: 50%;
	right: 120px;
	display: block;
	width: 200px;
	margin-top: -25px;
	border: 1px #fff solid;
	text-align: center;
	border-radius: 3px;
}

.index-contact .btn a {
	display: block;
	height: 48px;
	line-height: 48px;
	font-size: 18px;
	color: #fff;
}


/*index-process*/

.index-process {
	min-width: 1200px;
	background: #f8f8f8;
	padding: 60px 0;
}

.index-process ul {
	padding: 40px 40px 0;
	margin-left: 50px;
}

.index-process li {
	float: left;
	/* width: 12.5%; */
	width: 16%;
}

.index-process li a {
	display: block;
	border-left: 1px #ddd dotted;
	text-align: center;
	color: #808080;
}

.index-process .no a {
	border-left: 0;
}

.index-process li p {
	font-size: 14px;
	line-height: 40px;
}

.index-process li img {
	height: 50px;
}

.index_menu {
	background: #e8e8e8;
	box-sizing: border-box;
	padding: 30px;
	border-radius: 10px;
	margin: 30px auto 20px auto;
	width: 1200px;
}

.index_menu .index_menu_title {
	font-size: 24px;
	color: #333;
	margin-bottom: 10px;
	width: 80px;
	float: left;
	margin-right: 20px;
}

.index_menu ul {
	width: calc(100%);
	float: right;
}

.tempWrap {
	width: calc(100% - 200px) float: left;
}
/*流程*/
.flows {
	width: 1200px;
	margin: 0 auto;
    padding: 45px 0 0;
}
.title {
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    color: #333;
}
.title_tips {
    font-size: 15px;
    text-align: center;
    color: #888;
    margin-top: 20px;
}
.liucheng {
    padding: 50px 0 10px 0;
}
.index_liucheng .tips {
    padding-bottom: 80px;
}
.flows a {
    cursor: text;
    display: inline-block;
    border: 1px solid #d8d8d8;
    border-radius: 50px;
    background: #ffffff;
    padding: 8px 0 0 8px;
    float: left;
    position: relative;
    width: 180px;
    height: 65px;
    margin: 10px 18px 43px 0;
    box-sizing: border-box;
    transition: all 300ms;
    -webkit-transition: all 300ms;
}
.flows .iconfonts {
    display: inline-block;
    width: 35px;
    height: 35px;
    background-color: #f0f0f0;
    border-radius: 50%;
    padding: 7px;
    box-sizing: border-box;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    float: left;
    margin-top: 7px;
}
.flows .lans {
    margin: 0px 0 0 10px;
    width: calc(100% - 50px);
    position: absolute;
    left: 37px;
    top: 20%;
}
.flows .t1 {
    font-size: 14px;
    color: #333333;
}
.flows .t2 {
    color: #999;
    font-size: 12px;
}
.flows .iconfonts:after {
    content:url('/static/skin/images/liucheng/heng1.png');
    position: absolute;
    left: 100%;
    top: 45%;
    display: block;
}
.flows a:nth-child(6n) .iconfonts:after {
    content: url('/static/skin/images/liucheng/heng2.png');
    position: absolute;
    right: 0;
    left: auto;
    display: block;
    top: 100%;
}
/* .index_menu li{ */


/* float: left; */


/* display: inline-block; */


/* } */

.index_menu a {
	font-size: 16px;
	line-height: 40px;
	color: #a84f2f;
}

.index_menu a:hover {
	text-decoration: underline;
}

.index_service_list {
	margin-top: 50px;
	/* height: 710px; */
}

.index_service_list .left {
	line-height: 55px;
	width: 250px;
	background: #eeeeee;
	color: #333333;
	float: left;
}

.index_service_list .left a {
	display: block;
	font-size: 17px;
	color: #333333;
	text-align: center;
	border-top: 1px solid #dedede;
}

.index_service_list .left a:first-child {
	border: 0;
}

.index_service_list .left a:hover,
.index_service_list .left a.on {
	color: #ffffff;
	background: #d70000;
}

.index_service_list .right {
	/*width: 890px;
    float: right;*/
	margin-left: 250px;
	/*margin-top: 20px;*/
	height: 560px !important;
	background: #ffffff;
	padding: 20px;
	box-sizing: border-box;
}

.index_service_list .right li {
	width: calc(33.3% - 22px);
	display: inline-block;
	vertical-align: top;
	margin-right: 30px;
	margin-bottom: 30px;
	text-decoration: none !important;
}

.series-of .right li:nth-child(3n) {
	margin-right: 0;
}

.index_service_list .right dd li {
	display: block;
}

.index_service_list .right dd a:last-child {
	margin-bottom: 0;
}

.index_service_list .right dd:nth-child(3n - 1) {
	margin: 0 30px 70px 30px;
}

.index_service_list .t1 {
	color: #d70000;
	font-size: 18px;
	margin-bottom: 5px;
}

.index_service_list .t2 {
	color: #333;
	font-size: 14px;
	line-height: 28px;
}

.series-of .t2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.clearfix:after,
.clearfix:before {
	content: "";
	display: table
}

.clearfix:after {
	clear: both
}

.clearfix {
	zoom: 1
}

.picture {
	position: relative;
	overflow: hidden
}

.picture img {
	transition: all 0.6s;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s
}

.each-item:hover .picture img {
	transform: scale(1.17);
	-moz-transform: scale(1.17);
	-webkit-transform: scale(1.17);
	zoom: 1.17 \9
}

.index_anli_list {
	margin: 50px auto 0 auto;
}

.index_anli_list .navs {
	height: 50px;
	background: #f9f9f9;
}

.index_anli_list .navs a,
.index_anli_list .navs a:hover {
	width: 10%;
	float: left;
	line-height: 50px;
	text-align: center;
	border-top: 4px solid #373d41;
	box-sizing: border-box;
	font-size: 13px;
	color: #333;
	cursor: pointer;
}

.index_anli_list .navs a.on {
	border-top-color: #d70000;
	background: #fff;
	color: #d70000;
}

.index_anli_item {
	margin: 30px 0;
}

/*.index_anli_item a {
	width: calc(33.3% - 23px);
	display: inline-block;
	vertical-align: top;
	margin-bottom: 30px;
	position: relative;
	height: 250px;
	overflow: hidden;
}*/

/*.index_anli_item a:nth-child(3n -1) {
	margin: 30px;
	margin-top: 0;
}*/

.index_anli_item .b_lans {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 10px;
	background: rgba(0, 0, 0, .5);
	color: #ffffff;
	font-size: 16px;
	line-height: 40px;
	box-sizing: border-box;
	text-align: center;
}

.index_anli_item .b_lans1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #ffffff;
	background: rgba(0, 0, 0, .6);
	box-sizing: border-box;
	padding: 45px 25px;
	opacity: 0;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.index_anli_item a:hover .b_lans {
	opacity: 0;
}

.index_anli_item a:hover .b_lans1 {
	opacity: 1;
}

.index_anli_item .t1 {
	font-size: 16px;
	color: #ffffff;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.index_anli_item .t2 {
	font-size: 14px;
	line-height: 2;
	text-indent: 2em;
	color: #ffffff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	height: 84px;
	margin: 15px 0 20px 0;
}

.index_anli_item .t3 {
	text-align: right;
	color: #ffffff;
	font-size: 12px;
}

.index_anli_sum dd {
	display: none;
}


/*6.28新闻栏目改版*/

.index_new_list {
	margin: 50px auto;
}

.index_new_list li {
	width: 31%;
	float: left;
	height: auto;
	line-height: 1;
	padding: 0;
}

.index_new_list li:nth-child(3n - 1) {
	margin: 0 3.5%;
}

.index_new_list h4 {
	background: #7d7d7d;
	color: #ffffff;
	text-align: center;
}

.index_new_list .h4_1 {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 24px;
	padding: 30px 0 10px 0;
}

.index_new_list .h4_2 {
	color: #ffffff;
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 30px;
}

.index_new_list a {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333333;
	padding: 10px;
	box-sizing: border-box;
	line-height: 1.8;
	border-bottom: 1px solid #dddddd;
}